/* 
原创模板提供商，一站式建站 
主营业务：快速建站、快排、高权重域名、海外服务器、全网搜索引擎推广
模板建站：Www.pcwl888.cn
主机/服务器：Www.pcwl888.cn
域名抢注：Www.pcwl888.cn
QQ：573893556 
微信：pcwl888a（推荐添加微信）
*/


/* index  nav */


/*头部导航*/

.nav {
    background-color: #07225b;
}

.nav .cons {
    width: 1200px;
    margin: 0 auto;
}

.nav {
    height: 100%;
}

.nav .cons>ul {
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 100;
}

.nav .cons>ul>li {
    height: 100%;
    position: relative;
    z-index: 0;
    cursor: pointer;
    padding: 0 49px;
}

.nav .cons>ul>li.indu {
    padding: 0 2.35em 0 1.6em;
    position: static;
}

.nav .cons>ul>li.serv {
    position: static;
}

.nav .cons>ul>li>a,
.nav .con>ul>li>span {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fefefe;
}

.nav .cons>ul>li .pics {
    display: inline-block;
    margin-right: 2.4em;
}

.nav .cons>ul>li .pics img {
    display: block;
    width: 1.18em;
    height: 1.18em;
}

.nav .cons>ul>li .pics img:nth-child(1) {}

.nav .cons>ul>li .pics img:nth-child(2) {
    display: block;
}

.nav .cons>ul>li.hover .pics img:nth-child(1) {
    display: block;
}

.nav .cons>ul>li.hover .pics img:nth-child(2) {
    display: block;
}

.nav .cons>ul>li .arrow {
    display: inline-block;
    width: 1em;
    height: 0.5em;
    object-fit: contain;
    background: url(../images/arrow_2.png) center center no-repeat;
    margin-left: 0.8em;
}

.nav .cons>ul>li.indu .arrow {
    margin-left: 2.5em;
}

.nav .cons>ul>li.hover {
    background-color: #07225b;
}

.nav .cons>ul>li.hover>a,
.nav .cons>ul>li.hover>span {
    color: #fff;
}

.nav .cons>ul>li.hover .arrow {
    background-image: url(../images/arrow_2.png);
}

.nav .cons>ul>li.active {
    background-color: #07225b;
}

.nav .cons>ul>li.active>a,
.nav .cons>ul>li.active>span {
    color: #fff;
}

.nav .cons>ul>li.active .arrow {
    background-image: url(../images/arrow_2.png);
}

.nav .sub_nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255);
    /* -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08); 
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.08);*/
    background-color: #f8f8f8;
}

.nav .indu .sub_nav {
    display: block;
}

.nav .sub_nav_indu {
    background: transparent;
}

.nav .sub_nav_serv {
    background: transparent;
}

.nav .sub_nav>ul>li {
    line-height: 3em;
    height: 3em;
    overflow: hidden;
    border-top: 1px solid #eee;
}

.nav .sub_nav>ul>li a {
    color: #333;
    padding: 0 0.5em;
    display: block;
    position: relative;
    z-index: 0;
}

.nav .sub_nav>ul>li a:hover {
    font-weight: bold;
    color: #1f2c5c;
}

.sub_indu {
    /* border-top: 1px solid #1f2c5c; */
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.sub_indu .conL {
    background-color: rgba(0, 0, 0, 0.4);
    width: 15em;
}

.sub_indu .conL ul {
    font-size: 16px;
}

.sub_indu .conL li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 50px;
    height: 50px;
    cursor: pointer;
    color: #fff;
    text-align: left;
    overflow: hidden;
    border-bottom: 1px solid #b0b5b9;
    cursor: pointer;
    padding: 0 19.7% 0 7.6%;
}

.sub_indu .conL li .picI {
    width: 1.5em;
    height: 1.5em;
    background-color: #fff;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_indu .conL li .picI img {
    display: flex;
    object-fit: contain;
}

.sub_indu .conL li .name {
    margin-left: 1.5em;
    display: block;
    width: 6.5em;
    height: 50px;
    overflow: hidden;
}

.sub_indu .conL li .arrowI {
    margin-left: 0.6em;
    width: 1em;
    height: 1em;
    display: block;
    background: url(../images/arrow_3.png) center center no-repeat;
    background-size: contain;
}

.sub_indu .conL li:last-child {
    border-bottom: 0;
}

.sub_indu .conR {
    background-color: rgba(255, 255, 255);
    flex: 1;
    position: relative;
    z-index: 0;
    display: none;
}

.sub_indu .conL li:hover {
    color: #ccc;
    /* color: #017ff3; */
    font-weight: bold;
}

.sub_indu .conR .conC {
    display: none;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.sub_indu .conR .list {
    flex: 1;
    overflow-y: auto;
    max-height: 476px;
    overflow-x: hidden;
    text-align: left;
    padding: 0 7.4% 0 5.1%;
}

.sub_indu .conR .list dl:first-child {
    margin-top: 0.4em;
}

.sub_indu .conR .list dl {
    margin: 0;
    padding: 1.2em 0 0.4em;
    border-bottom: 1px solid #c9c9c9;
}

.sub_indu .conR .list dt {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.sub_indu .conR .list dt a {
    color: #07225b;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: none;
}

.sub_indu .conR .list dt a:hover {
    text-decoration: underline;
}

.sub_indu .conR .list dd {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.8;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sub_indu .conR .list dd .item {
    width: 14.66%;
    margin-right: 2%;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    /* 溢出内容显示为省略号 */
}

.sub_indu .conR .list dd a {
    color: #222;
    font-size: 14px !important;
}

.sub_indu .conR .list dd a:hover {
    color: #017ff3;
}

.sub_indu .conR .listPic {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 7.4% 0 5.1%;
}

.sub_indu .conR .listPic a {
    cursor: pointer;
    display: block;
    width: 22.4%;
    margin-right: 3%;
    position: relative;
    z-index: 0;
    padding-top: 16%;
    overflow: hidden;
}

.sub_indu .conR .listPic a span {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #202c5c;
    font-size: 12px;
    line-height: 2.5;
    width: 85%;
    -moz-border-bottom-right-radius: 2.5em;
    -webkit-border-bottom-right-radius: 2.5em;
    border-bottom-right-radius: 2.5em;
}


/* .sub_indu .conR .listPic a:nth-child(2n) {
    margin-right: 0;
} */

.sub_indu .conR .listPic a:last-of-type {
    margin-right: 0;
}

.sub_indu .conR .listPic a img {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub_indu .conR .listPic4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 32px;
    margin-bottom: 51px;
    padding: 0 7.4% 0 5.1%;
}

.sub_indu .conR .listPic4 a {
    cursor: pointer;
    display: block;
    width: 23.2%;
    margin-right: 2.4%;
    position: relative;
    z-index: 0;
    padding-top: 12.8%;
    overflow: hidden;
}

.sub_indu .conR .listPic4 a:nth-child(4n) {
    margin-right: 0;
}

.sub_indu .conR .listPic4 a img {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub_indu .conR .listPic4 a span {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #202c5c;
    font-size: 12px;
    line-height: 2.5;
    width: 85%;
    -moz-border-bottom-right-radius: 2.5em;
    -webkit-border-bottom-right-radius: 2.5em;
    border-bottom-right-radius: 2.5em;
}

.sub_serv {
    border-top: 1px solid #1f2c5c;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    -moz-box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5em 0.5em rgba(0, 0, 0, 0.1);
    height: 661px;
}

.sub_serv .conL {
    width: 15em;
}

.sub_serv .conL ul {
    font-size: 15px;
}

.sub_serv .conL li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 52px;
    height: 52px;
    cursor: pointer;
    color: #212a61;
    text-align: left;
    overflow: hidden;
    cursor: pointer;
    padding: 0 19.7% 0 7.6%;
}

.sub_serv .conL li .picI {
    width: 2.1em;
    height: 2.1em;
    background-color: #fff;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub_serv .conL li .picI img {
    display: flex;
    width: 1.2em;
    height: 1.2em;
    object-fit: contain;
}

.sub_serv .conL li .name {
    margin-left: 2em;
    display: block;
    width: 6.5em;
    height: 52px;
    overflow: hidden;
    font-size: 16px;
}

.sub_serv .conL li:hover .name {
    margin-left: 2em;
    display: block;
    width: 6.5em;
    height: 52px;
    overflow: hidden;
    color: #000000;
    font-weight: bold;
}

.sub_serv .conL li .arrowI {
    margin-left: 0.6em;
    width: 1em;
    height: 1em;
    display: block;
    background: url(../images/arrow_4.png) center center no-repeat;
    background-size: contain;
}

.sub_serv .conL li:last-child {
    border-bottom: 0;
}

.sub_serv .conR {
    background-color: rgba(255, 255, 255, 0.93);
    flex: 1;
    position: relative;
    z-index: 0;
    -moz-box-shadow: -0.2em 0 0.2em rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -0.2em 0 0.2em rgba(0, 0, 0, 0.06);
    box-shadow: -0.2em 0 0.2em rgba(0, 0, 0, 0.06);
}

.sub_serv .conR .conC {
    display: none;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

.sub_serv .conR .conC:first-child {
    display: flex;
}

.sub_serv .conR .list {
    flex: 1;
    overflow-y: auto;
    max-height: 476px;
    overflow-x: hidden;
    text-align: left;
    padding: 0 7.4% 0 5.1%;
    /* margin-top: 0.1em; */
}

.sub_serv .conR .list dl:first-child {
    margin-top: 0.4em;
}

.sub_serv .conR .list dl {
    margin: 0;
    padding: 0.9em 0 0.9em;
    border-bottom: 1px solid #c9c9c9;
    line-height: 1.8em;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.sub_serv .conR .list dt {
    margin: 0;
    padding: 0;
    width: 8em;
    margin-right: 1.5em;
}

.sub_serv .conR .list dt a {
    color: #333;
    font-weight: 700;
}

.sub_serv .conR .list dt a:hover {
    /* text-decoration: underline; */
    color: #017ff3;
}

.sub_serv .conR .list dd {
    flex: 1;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.sub_serv .conR .list dd .item {
    width: 18%;
    margin-right: 2%;
    white-space: nowrap;
    /* 防止文本换行 */
    overflow: hidden;
    /* 隐藏溢出的内容 */
    text-overflow: ellipsis;
    /* 溢出内容显示为省略号 */
}

.sub_serv .conR .list dd a {
    color: #646464;
}

.sub_serv .conR .list dd a:hover {
    color: #017ff3;
}

.sub_serv .conR .listPic {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 7.4% 0 5.1%;
}

.sub_serv .conR .listPic a {
    cursor: pointer;
    display: block;
    width: 23.2%;
    margin-right: 2.4%;
    position: relative;
    z-index: 0;
    padding-top: 16%;
    overflow: hidden;
}

.sub_serv .conR .listPic a:nth-child(4n) {
    margin-right: 0;
}

.sub_serv .conR .listPic a img {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sub_serv .conR .listPic a span {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #202c5c;
    font-size: 12px;
    line-height: 2.5;
    width: 85%;
    -moz-border-bottom-right-radius: 2.5em;
    -webkit-border-bottom-right-radius: 2.5em;
    border-bottom-right-radius: 2.5em;
}


/* banner */


/*banner*/

#i_banner {
    position: relative;
    z-index: 0;
    max-width: 1920px;
    margin: 0 auto;
}

#i_banner .swiper-slide {
    position: relative;
    z-index: 0;
}

#i_banner .pic {
    position: relative;
    z-index: 0;
    padding-top: 662px;
}

#i_banner .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#i_banner .swiper-pagination {
    left: 9.3%;
    right: 9.3%;
    width: auto;
    bottom: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

#i_banner .swiper-pagination-bullet {
    width: 0.8em;
    height: 0.8em;
    background-color: #fff;
    margin: 0 4px !important;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}

#i_banner .swiper-pagination-bullet-active {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


/* hunajing */

.huanjing_bg {
    background-color: #f4f4f4;
}

.huanjing {
    padding: 50px 0;
    border-bottom: 1px solid #999;
}

.huanjing .hd {
    height: 30px;
}

.huanjing .hd span {
    display: flex;
    font-size: 24px;
    align-items: center;
}

.huanjing .hd span img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.huanjing .hd ul {
    position: absolute;
    right: 0;
    top: 55px;
    display: flex;
}

.huanjing .hd ul li {
    cursor: pointer;
}

.huanjing .hd ul li a {
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 0 10px;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
}

.huanjing .hd ul li.on a {
    background-color: #07225b;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius:5px;
}

.huanjing .hd ul li:last-of-type a {
    background: none;
    color: #017ff3;
    padding-right: 0;
}

.huanjing .bd {
    margin-top: 35px;
}

.huanjing .bd .hunajing_box {
    display: grid;
    grid-template-columns: 300px 10px 890px;
}

.huanjing .bd .hunajing_box .huanjing_box_L {
    height: 400px;
    padding: 40px;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
}

.huanjing .bd .hunajing_box .huanjing_box_L_bg1 {
    background-image: url(../images/ef1.png);
}

.huanjing .bd .hunajing_box .huanjing_box_L_bg2 {
    background-image: url(../images/ef2.png);
}

.huanjing .bd .hunajing_box .huanjing_box_L_bg3 {
    background-image: url(../images/ef3.png);
}

.huanjing .bd .hunajing_box .huanjing_box_L_bg4 {
    background-image: url(../images/ef4.png);
}

.huanjing .bd .hunajing_box .huanjing_box_L_bg5 {
    background-image: url(../images/ef5.png);
}

.huanjing .bd .hunajing_box .huanjing_box_L_bg6 {
    background-image: url(../images/ef6.png);
}

.huanjing .bd .hunajing_box .huanjing_box_L h3 {
    font-size: 24px;
    font-weight: 700;
}

.huanjing .bd .hunajing_box .huanjing_box_L p {
    margin: 30px 0 50px 0;
    line-height: 28px;
}

.huanjing .bd .hunajing_box .huanjing_box_L .huanjing_box_L_tit span {
    padding: 5px 10px;
    margin-right: 10px;
    border: 1px solid #fff;
}

.huanjing_box_R ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.huanjing_box_R ul li {
    position: relative;
    width: 250px;
    height: 155px;
    padding: 20px;
    background: #fff;
    overflow: hidden;
    transition: all 0.5s;
    transform: translateY(0);
    position: relative;
}

.huanjing_box_R ul li .selected {
    position: absolute;
    top: 8px;
    right: -26px;
    width: 95px;
    height: 26px;
    line-height: 26px;
    background: linear-gradient(136deg, #1d7ebf, #07225b);
    font-size: 14px;
    color: #fff;
    text-align: center;
    transform: rotate(45deg);
}

.huanjing_box_R ul li:hover {
    box-shadow: 0 0 20px #ccc;
    /* width: 290px; */
    transform: translateY(-5px);
}

.huanjing_box_R ul li a {
    display: block;
    height: 100%;
    position: relative;
    padding: 3px 0;
    color: #222d39;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
}

.huanjing_box_R ul li a span {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    
}

.hunajing_box_R_txt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hunajing_box_R_txts {
    margin-top: 15px;
}

.hunajing_box_R_txts h4 {
    color: #666;
    font-weight: unset;
    font-size: 14px;
}

.hunajing_box_R_txts span {
    margin-top: 10px;
    border: 1px solid #ccc;
    font-size: 14px !important;
    padding: 0 10px;
    font-size: 14px;
    color: #222d39 !important;
    display: inline-block;
}

.hunajing_box_R_txts span:hover {
    background: #017ff3;
    color: #fff !important;
}

.hunajing_box_R_txt object {
    border: 1px solid #ccc;
    text-align: center;
    transition: all 0.3s;
}

.huanjing_box_R ul li:hover object:hover {
    background-color: #017ff3;
    border: 0;
    transition: all 0.3s;
    color: #fff;
}

.hunajing_box_R_txt object a {
    display: inline-block;
}

.huanjing_box_R ul li:hover object:hover a {
    color: #fff;
}

.huanjing_box_R ul li a i {
    color: #07225b;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: normal;
}

.hunajing_box_R_txt h4 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    display: block;
}


/* jiancai */

.jiancai_bg {
    background-color: #f4f4f4;
}

.jiancai {
    padding: 50px 0;
    border-bottom: 1px solid #999;
}

.jiancai .hd {
    height: 30px;
}

.jiancai .hd span {
    display: flex;
    font-size: 24px;
    align-items: center;
}

.jiancai .hd span img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.jiancai .hd ul {
    position: absolute;
    right: 0;
    top: 55px;
    display: flex;
}

.jiancai .hd ul li {
    cursor: pointer;
}

.jiancai .hd ul li a {
    color: #333;
    font-size: 18px;
    text-align: center;
    /* margin: 0 10px; */
    padding: 0 20px;
    display: block;
    height: 32px;
    line-height: 32px;
}

.jiancai .hd ul li.on a {
    background-color: #07225b;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius:5px;
}

.jiancai .hd ul li.on a {
    background-color: #07225b;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.jiancai .hd ul li:last-of-type a {
    background: none;
    color: #017ff3;
    padding-right: 0;
}

.jiancai_box {
   display: grid;
    grid-template-columns: 300px 10px 890px;
}

.jiancai_box .jiancai_box_L {
    background-color: #fff;
    padding: 30px;
    font-size: 14px;
}

.jiancai_box .jiancai_box_L span {
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.jiancai_box .jiancai_box_L .jiancai_box_L_pic {
    width: 240px;
    height: 166px;
    margin: 30px 0 20px;
    overflow: hidden;
}

.jiancai_box .jiancai_box_L .jiancai_box_L_pic img {
    width: 100%;
    display: block;
}

.jiancai_box .jiancai_box_L p {
    line-height: 23px;
    color: #999;
}

.jiancai_box .jiancai_box_L i {
    float: right;
    color: #07225b;
    margin-top: 30px;
    font-style: normal;
}

.jiancai .bd {
    margin-top: 35px;
}

.jiancai .bd .jiancai_box_R ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.jiancai .bd .jiancai_box_R ul li {
    background-color: #fff;
    padding: 20px;
    width: 250px;
    height: 159px;
    transition: all 0.5s;
}

.jiancai .bd .jiancai_box_R ul li:hover {
    box-shadow: 0 0 20px #ccc;
    transition: all 0.5s;
    transform: translateY(-5px);
}

.jiancai .bd .jiancai_box_R ul li a {
    display: block;
}

.jiancai .bd .jiancai_box_R ul li a span {
    line-height: 23px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.jiancai .bd .jiancai_box_R ul li a p {
    margin: 15px 0 10px;
    line-height: 23px;
    font-size: 14px;
    color: #999;
}

.jiancai .bd .jiancai_box_R ul li a .jiancai_box_R {
    height: 92px;
    overflow: hidden;
}


/* index_about */

.index_about {
    padding: 50px 0;
    border-bottom: 1px solid #999;
}

.index_about .hd {
    height: 30px;
}

.index_about .hd span {
    display: flex;
    font-size: 24px;
    align-items: center;
}

.index_about .hd span img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.index_about .hd ul {
    position: absolute;
    right: 0;
    top: 55px;
    display: flex;
}

.index_about .hd ul li {
    cursor: pointer;
}

.index_about .hd ul li a {
    color: #333;
    font-size: 18px;
    text-align: center;
    width: 120px;
    display: block;
    height: 32px;
    line-height: 32px;
}

.index_about .hd ul li.on a {
    background-color: #07225b;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 120px;
    border-radius:5px;
}

.index_about .bd {
    margin-top: 35px;
}

.index_about_box2 ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.index_about_box2 ul li {
    border-radius: 8px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

.index_about_box2 ul li img{ border-radius:8px;}

.index_about_box2 ul li p {
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: linear-gradient( 180deg, rgba(34, 45, 57, 0), rgba(20, 27, 34, 0.54) 40%, #000);
    opacity: 0.54;
    text-align: center;
}

.index_about_box3 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.index_about_box3 ul li {
    border-radius: 8px;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

.index_about_box3 ul li p {
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background: linear-gradient( 180deg, rgba(34, 45, 57, 0), rgba(20, 27, 34, 0.54) 40%, #000);
    opacity: 0.54;
    text-align: center;
}


/* lingyu */

.lingyu {
    padding: 50px 0;
    border-bottom: 1px solid #999;
}

.lingyu .hd {
    height: 30px;
}

.lingyu .hd span {
    display: flex;
    font-size: 24px;
    align-items: center;
}

.lingyu .hd span img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.lingyu .hd ul {
    position: absolute;
    right: 0;
    top: 55px;
    display: flex;
}

.lingyu .hd ul li {
    cursor: pointer;
}

.lingyu .hd ul li a {
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 0 10px;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 13px;
}

.lingyu .hd ul li.on a {
    background-color: #07225b;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius:5px;
}

.lingyu .bd {
    margin-top: 35px;
}

.lingyu .bd .lingyu_box {
    display: grid;
    grid-template-columns: 600px 105px 495px;
}
.lingyu .bd .lingyu_box .lingyu_box_L{
    height:100%;
    
}
/*.lingyu .bd .lingyu_box .lingyu_box_L img{*/
/*    height:100%;*/
/*}*/
.lingyu .bd .lingyu_box .lingyu_box_R {
    padding-right: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lingyu .bd .lingyu_box .lingyu_box_R ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    align-items: center;
    margin-top: 30px;
}

.lingyu .bd .lingyu_box .lingyu_box_R ul li a {
    color: #333;
}

.lingyu .bd .lingyu_box .lingyu_box_R ul li a:hover {
    color: #017ff3;
}

.lingyu .bd .lingyu_box .lingyu_box_R ul li a:first-of-type {
    font-size: 18px;
    line-height: 24px;
    display: block;
    margin-bottom: 7px;
    color:#000;
}

.lingyu .bd .lingyu_box .lingyu_box_R ul li a:last-of-type {
    margin-top: 10px;
    line-height: 19px;
    font-size: 14px;
}


/* hzp */

.hzp_bg {
    background-color: #f4f4f4;
}

.hzp {
    padding: 50px 0;
    border-bottom: 1px solid #999;
}

.hzp .hd {
    height: 30px;
}

.hzp .hd span {
    display: flex;
    font-size: 24px;
    align-items: center;
}

.hzp .hd span img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.hzp .hd ul {
    position: absolute;
    right: 0;
    top: 55px;
    display: flex;
}

.hzp .hd ul li a {
    color: #333;
    font-size: 18px;
    letter-spacing: 1px;
}

.hzp .bd {
    margin-top: 35px;
}

.hzp .bd .hzp_box {
    display: grid;
    grid-template-columns: 400px 10px 790px;
}

.hzp .bd .hzp_box .hzp_box_L ul {
    display: flex;
    flex-direction: column;
}

.hzp .bd .hzp_box .hzp_box_L ul li {
    position: relative;
    height: 351px;
}

/*.hzp .bd .hzp_box .hzp_box_L ul li:first-of-type {*/
/*    margin-bottom: 10px;*/
/*}*/

.hzp .bd .hzp_box .hzp_box_L ul li a {
    display: block;
}

.hzp .bd .hzp_box .hzp_box_L ul li a img {
    width: 100%;
    display: block;
}

.hzp .bd .hzp_box .hzp_box_L ul li a p {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    color: #999;
    position: absolute;
    bottom: 0;
    background-color: #fff;
    text-align: center;
    width: 100%;
}

.hzp .bd .hzp_box .hzp_box_R {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.hzp .bd .hzp_box .hzp_box_R a {
    background: #fff;
    border-radius: 4px;
}

.hzp .bd .hzp_box .hzp_box_R a img{
    height:none;
}

.hzp .bd .hzp_box .hzp_box_R a .hzp_box_R_pic {
    width: 195px;
    height: 151px;
    overflow: hidden;
}

.hzp .bd .hzp_box .hzp_box_R a .hzp_box_R_pic img {
    width: 100%;
    height: 100%;
    display: block;
}

.hzp .bd .hzp_box .hzp_box_R a p {
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #222;
}


/* spyp */

.spyp_bg {
    background-color: #f4f4f4;
}

.spyp {
    border-top: 1px solid #999;
    padding: 50px 0;
    border-bottom: 1px solid #999;
}

.spyp .hd {
    height: 30px;
}

.spyp .hd span {
    display: flex;
    font-size: 24px;
    align-items: center;
}

.spyp .hd span img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.spyp .hd ul {
    position: absolute;
    right: 0;
    top: 55px;
    display: flex;
}

.spyp .hd ul li {
    cursor: pointer;
}

.spyp .hd ul li a {
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 0 10px;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}

.spyp .hd ul li.on a {
    background-color: #07225b;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius:5px;
}

.spyp .bd {
    margin-top: 35px;
}

.spyp .bd .spyp_box {
    display: grid;
    grid-template-columns: 385px 10px 805px;
}

.spyp .bd .spyp_box .spyp_box_L {
    height: 400px;
    position: relative;
}

.spyp .bd .spyp_box .spyp_box_L a {
    display: block;
}

.spyp .bd .spyp_box .spyp_box_L a p {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: hsla(0, 0%, 100%, 0.9);
    border-radius: 0 0 4px 4px;
    width: 100%;
    font-size: 18px;
    color: #333;
}

.spyp .bd .spyp_box .spyp_box_R {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.spyp .bd .spyp_box .spyp_box_R a {
    display: inline-block;
    height: 195px;
    position: relative;
}

.spyp .bd .spyp_box .spyp_box_R a img {
    width: 100%;
    display: block;
    height: 100%;
}

.spyp .bd .spyp_box .spyp_box_R a p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #333;
}


/* hgly */

.hgly_bg {
    padding: 50px 0;
    background-color: #f4f4f4;
}

.hgly {
    margin-top: 35px;
}

.hgly span {
    display: flex;
    font-size: 24px;
    align-items: center;
}

.hgly span img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.hgly_title {
    display: flex;
    font-size: 24px;
    align-items: center;
}

.hgly_title img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.hgly .hd ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 10px;
}

.hgly .hd ul li {
    border-radius: 4px;
    width: 191px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    white-space: pre;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.hgly .hd ul li.on {
    background-image: url(../images/hgly_ico.png) !important;
    background-repeat: no-repeat !important;
    background-size: 22px !important;
    background-position: bottom center !important;
}

.hgly .hd ul li:first-of-type {
    background: #07225b;
}

.hgly .hd ul li:nth-of-type(2) {
    background: #07225b;
}

.hgly .hd ul li:nth-of-type(3) {
    background: #07225b;
}

.hgly .hd ul li:nth-of-type(4) {
    background: #07225b;
}

.hgly .hd ul li:nth-of-type(5) {
    background: #07225b;
}

.hgly .hd ul li:nth-of-type(6) {
    background: #07225b;
}

.hgly .hd ul li.on {}

.hgly .hd ul li img {
    width: 28px;
    height: auto;
    margin-right: 10px;
    display: block;
}

.hgly .bd {
    margin-top: 40px;
}

.hgly .bd .hgly_box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.hgly .bd .hgly_box ul li {
    border-bottom: 1px solid #eee;
    /* border-right: 1px solid #eee; */
    background: #fff;
    padding: 20px;
    cursor: pointer;
    transition: all 0.5s;
    width: 258px;
    transform: translateY(0);
}

.hgly .bd .hgly_box ul li:hover {
    box-shadow: 0 0 20px #ccc;
    width: 258px;
    transform: translateY(-5px);
}

.hgly .bd .hgly_box ul li a .hgly_box_pic {
    height: 115px;
    width: 100%;
    overflow: hidden;
}

.hgly .bd .hgly_box ul li a .hgly_box_pic img {
    width: 100%;
    height: auto;
}

.hgly .bd .hgly_box ul li a p {
    margin-top: 20px;
    font-size: 18px;
    color: #000;
}

.hgly .bd .hgly_box ul li a i {
    margin-left: 20px;
    font-size: 14px;
    color: #07225b;
    font-style: normal;
}


/* jinshu */

.jinshu_bg {
    background-color: #f4f4f4;
}

.jinshu {
    padding: 50px 0;
    border-bottom: 1px solid #999;
}

.jinshu .hd {
    height: 30px;
}

.jinshu .hd span {
    display: flex;
    font-size: 24px;
    align-items: center;
}

.jinshu .hd span img {
    width: 31px;
    height: 31px;
    margin-right: 10px;
}

.jinshu .hd ul {
    position: absolute;
    right: 0;
    top: 55px;
    display: flex;
}

.jinshu .hd ul li {
    cursor: pointer;
}

.jinshu .hd ul li a {
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 0 10px;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
}

.jinshu .hd ul li.on a {
    background-color: #07225b;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius:5px;
}

.jinshu .hd ul li.on a {
    background-color: #07225b;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.jinshu .hd ul li:last-of-type a {
    background: none;
    color: #017ff3;
    padding-right: 0;
}

.jinshu .bd {
    margin-top: 35px;
}

.jinshu .bd .jinshu_box {
    display: grid;
    grid-template-columns: 260px 940px;
}

.jinshu .bd .jinshu_box .jinshu_box_L a {
    display: block;
    width: 100%;
    height: 100%;
}

.jinshu .bd .jinshu_box .jinshu_box_L_bg1 {
    background-image: url(../images/mf4.png);
    width: 260px;
    height: 400px;
    padding: 40px;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
}

.jinshu .bd .jinshu_box .jinshu_box_L a span {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.jinshu .bd .jinshu_box .jinshu_box_L a p {
    margin: 30px 0;
    line-height: 23px;
    color: #fff;
}

.jinshu .bd .jinshu_box .jinshu_box_L a .jinshu_nav {
    display: flex;
    flex-wrap: wrap;
}

.jinshu .bd .jinshu_box .jinshu_box_L a .jinshu_nav em {
    padding: 5px 10px;
    margin: 0 10px 20px 0;
    background: hsla(0, 0%, 100%, 0.32);
    color: #fff;
    font-style: normal;
}

.jinshu_box_R .jinshu_box_R_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.jinshu_box_R .jinshu_box_R_1 a {
    width: 313px;
    height: 247px;
    padding: 20px 30px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
    position: relative;
    box-sizing: border-box;
}

.jinshu_box_R .jinshu_box_R_1 a img{
width:100%;
height:98px;
}

.jinshu_box_R .jinshu_box_R_1 a span {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.jinshu_box_R .jinshu_box_R_1 a p {
    margin: 9px 0 2px;
    line-height: 23px;
    font-size: 14px;
    color: #999;
}

.jinshu_box_R .jinshu_box_R_1 a i {
    position: absolute;
    bottom: 15px;
    right: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85px;
    height: 85px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    margin-left: auto;
    font-style: normal;
}

.jinshu_box_R .jinshu_box_R_1 a:first-of-type i {
    background: linear-gradient(137deg, #99a8f5, #233bf5);
}

.jinshu_box_R .jinshu_box_R_1 a:nth-of-type(2) i {
    background: linear-gradient( 137deg, rgb(154, 228, 243) 0%, rgb(48, 193, 223) 100%);
}

.jinshu_box_R .jinshu_box_R_1 a:last-of-type i {
    background: linear-gradient( 137deg, rgb(248, 129, 110) 0%, rgb(239, 49, 18) 100%);
}

.jinshu_box_R .jinshu_box_R_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.jinshu_box_R .jinshu_box_R_2 a {
    background: #fff;
    width: 470px;
    height: 152px;
    border-bottom: none;
    padding: 30px;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}

.jinshu_box_R .jinshu_box_R_2 a span {
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.jinshu_box_R .jinshu_box_R_2 a p {
    margin: 20px 0 2px;
    line-height: 23px;
    font-size: 14px;
    color: #999;
}